net/http.http2ClientConn.seenSettings (field)

4 uses

	net/http (current package)
		h2_bundle.go#L6985: 	seenSettings    bool                          // true if we've seen a settings frame, false otherwise
		h2_bundle.go#L7547: 	if !cc.seenSettings {
		h2_bundle.go#L9433: 	if !cc.seenSettings {
		h2_bundle.go#L9441: 		cc.seenSettings = true